home *** CD-ROM | disk | FTP | other *** search
Text File | 1986-12-21 | 4.1 KB | 127 lines | [TEXT/MACA] |
- RA¬
- Versions/Releases
- Ver.0.2 - 12/24/86
- New Features
- Ver.0.2
- OPERATORS
- REAL Operators
- +í -- Addition
- -í -- Subtraction
- *í -- Multiplication
- /í -- Division
- :í -- Assignment
- .í -- Pointer (extraction)
- >í -- Greater comparator
- <í -- Less comparator
- =í -- Equal Comparator
- ┤í -- AND Logical
- ơ -- OR Logical
- ºí -- NOT Logical
- STRING Functions
- ?í -- Input string
- -- Concatenate strings
- -- Find substring in string
- MACINTALK Interface
- ╣ -- Open Macintalk Driver
- ╕ -- Close Macintalk Driver
- ▒ -- Change speech rate
- ╔ -- Change speech pitch
- ┘ -- Speak String
- MODEM Interface
- Not fully functional in Ver.0.2
- ╟ -- Open modem port (1200-N-8-1)
- ╘ -- Send String to modem
- ╒ -- Receive String from modem
- ╚ -- Close modem port
- Programatic Breakpoints
- ░ -- Break execution 'here'
- WINDOWS
- REAL Stack Window
- -- Displays REAL numbers loaded onto it, similar to LONG stack.
- VARIABLEs Window
- -- Actually a dialog for displaying all of the variables.
- LONGs
- REALs
- STRINGs
- Options for nesting display
- Next level
- Previous level
- MENUS
- Apple menu
- About RA¬...
- Shareware notice updated
- 2nd help screen modified
- 3rd help screen added
- File Menu
- 'Save Protected' item added
- 'Print' item added
- Translate Menu
- -- Added & Deactivated in Ver.0.2
- TOOLBOX SUPPORT
- Calls Added
- GetPixel
- InitGraf
- PortSize
- MovePortTo
- SetOrigin
- SetClip
- GetClip
- HidePen
- ShowPen
- PenSize
- PenMode
- PenNormal
- FramePoly
- PaintPoly
- ErasePoly
- InvertPoly
- OffsetPoly
- FrameRgn
- PaintRgn
- EraseRgn
- InvertRgn
- NewRgn
- DisposeRgn
- OpenRgn
- CloseRgn
- CopyRgn
- SetEmptyRgn
- SetRectRgn
- OffsetRgn
- InsetRgn
- EmptyRgn
- EqualRgn
- SectRgn
- UnionRgn
- DiffRgn
- XOrRgn
- ClosePicture
- KillPicture
- GetIcon
- GetPicture
- OTHER FEATURES
- 'Protected run' mode when double-clicking on protected icon.
- Source document icon changed.
- Protected document icon now the old source document icon.
- Bugs Fixed
- Ver.0.2
- Cursor handling on error recovery fixed.
- Data level indicator in Environment window now a true nesting indicator.
- 'Instruction Select' handling fixed when the Input window is not the selected window.
- General error handling has been cleaned up.
- String handling is now a bit faster.
- Loops a bit faster.
- LONG variables initialized to 0.
- Files are now being closed properly.
- Cancel item handling on 'Save' dialog fixed.
- Update of STRING stack window fixed.
- Known Bugs Remaining
- Ver.0.2
- Modem interface
- Send string operator non functional.
- Receive string operator non functional.
- Protected mode
- Cancel item confuses the input window state. - Save and then throw the file away if you want to cancel.
- Real math
- No way to input real numbers.
-